home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Nave / monochrome.swf / scripts / frame_12 / PlaceObject2_141_317 / CLIPACTIONRECORD onClipEvent(enterFrame).as next >
Encoding:
Text File  |  2005-08-26  |  190 b   |  9 lines

  1. onClipEvent(enterFrame){
  2.    horiz._y = _root._ymouse;
  3.    vert._x = _root._xmouse;
  4.    ploom._x = _root._xmouse;
  5.    ploom._y = _root._ymouse;
  6.    Mouse.hide();
  7.    updateAfterEvent();
  8. }
  9.